{% load static %} {# Shared certificate canvas — expects: certificate, verify_url, soft_copy (bool), site_settings #}
{% if soft_copy %} {% endif %}
{{ certificate.recipient_name }}
{{ certificate.program_title }}
Score: {{ certificate.score_percent|floatformat:0 }}%
Certificate ID : {{ certificate.verification_code }}
Issue Date : {{ certificate.issued_at|date:"d M Y" }}
Verify At : {{ verify_url }}
{% if site_settings.certificate_signature %}
Signature
{% endif %} {% if site_settings.certificate_signer_name %}
{{ site_settings.certificate_signer_name }}
{% endif %}